home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM 1995 Fall / PD-ROM F95.toast / Programming / Programming Utilities / ViewIt 2.04 ƒ / ViewIt™ 2.04 Shareware / FaceWare / FaceWare.rsrc / TEXT_1274_U1. UtilIt.txt < prev    next >
Encoding:
Text File  |  1992-08-16  |  1.5 KB  |  11 lines

  1. U1. UtilIt 2.0 Guide
  2.  
  3.   UtilIt is a low-level utility module used by many other FaceWare modules.  The types of commands supported by UtilIt can be seen in the "UtilIt" menu above.  A few of the commands supported by UtilIt have become obsolete over the years, but have remained a part of the module for the sake of backward compatibility.  The bulk of the UtilIt code, however, consists of often-used routines that have been added at the request of programmers like yourself, or have been found to be used often by other FaceWare modules.
  4.  
  5. UtilIt Command Format
  6.   UtilIt commands are executed via the FaceIt dispatching procedure using the same format as that described under the "Commands" topic in the ViewIt Guide.
  7.  
  8. UtilIt Resources
  9.   UtilIt contains an MDEF and WDEF that are only used if the "picture palette" menus described in the FaceIt Guide are being used by the program.  If picture palettes are not being used, then both MDEF 1111 and WDEF 1111 (‚âà 10K) can be removed from finished programs.
  10.   Another resource that you can often do without is XREC 1110 (‚âà 3K).  This resource is only used by special glue code like HyperFace that uses it to determine the size and content of the fRec record.  Caution:  XRECs found in other modules may be required, so don't blindly remove these.
  11.   Other resources that might be removed from UtilIt under certain conditions are too small to worry about, and could create more problems by trying to remove them than any advantage gained in a slightly reduced program size.